home *** CD-ROM | disk | FTP | other *** search
- *** /tmp/,RCSt1a25103 Wed Sep 6 03:07:13 1989
- --- Makefile.16 Wed Sep 6 02:57:01 1989
- ***************
- *** 17,41 ****
- $(CPP) -P -D__GNUC__ -D__MSHORT__ $*.cpp > $*.s
-
- O1 = gtty.o stty.o termcap.o \
- ! ctime.o popen.o puts.o qsort.o system.o \
- access.o atol.o chmod.o \
- ! chown.o cleanup.o crypt.o ctype.o dup.o dup2.o \
- ! exec.o exit.o fgets.o fork.o fprintf.o fputs.o fread.o \
- abort.o abs.o chdir.o chroot.o
-
- ! O2 = freopen.o fclose.o fopen.o fdopen.o creat.o fseek.o fflush.o ftell.o \
- ! fwrite.o getegid.o getenv.o geteuid.o getgid.o getgrent.o getpass.o \
- ! getpwent.o atoi.o close.o gets.o getuid.o ioctl.o isatty.o \
- fstat.o itoa.o kill.o link.o lseek.o mknod.o \
- mktemp.o getpid.o mount.o open.o perror.o pipe.o printk.o
- ! O3 = prints.o rand.o regexp.o index.o regsub.o rindex.o scanf.o \
- ! fgetc.o printdat.o read.o setbuf.o malloc.o bcopy.o bcmp.o bzero.o \
- brk.o setgid.o setuid.o sleep.o alarm.o pause.o signal.o stcatch.o \
- ! sprintf.o fputc.o stat.o stb.o stderr.o stime.o \
- ! strcat.o strcmp.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o \
- ! getw.o putw.o vprintf.o vsprintf.o vfprintf.o
-
- ! O4 = sync.o syslib.o time.o times.o umask.o umount.o ungetc.o \
- unlink.o utime.o wait.o write.o call.o message.o stbrksz.o \
- stsndrec.o stsetjmp.o ptrace.o
-
- --- 17,40 ----
- $(CPP) -P -D__GNUC__ -D__MSHORT__ $*.cpp > $*.s
-
- O1 = gtty.o stty.o termcap.o \
- ! ctime.o popen.o qsort.o system.o \
- access.o atol.o chmod.o \
- ! chown.o crypt.o ctype.o dup.o dup2.o \
- ! exec.o fork.o \
- abort.o abs.o chdir.o chroot.o
-
- ! O2 = creat.o \
- ! getegid.o getenv.o geteuid.o getgid.o getgrent.o getpass.o \
- ! getpwent.o atoi.o close.o getuid.o ioctl.o isatty.o \
- fstat.o itoa.o kill.o link.o lseek.o mknod.o \
- mktemp.o getpid.o mount.o open.o perror.o pipe.o printk.o
- ! O3 = prints.o rand.o regexp.o index.o regsub.o rindex.o \
- ! read.o malloc.o bcopy.o bcmp.o bzero.o \
- brk.o setgid.o setuid.o sleep.o alarm.o pause.o signal.o stcatch.o \
- ! stat.o stb.o stderr.o stime.o \
- ! strcat.o strcmp.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o
-
- ! O4 = sync.o syslib.o time.o times.o umask.o umount.o \
- unlink.o utime.o wait.o write.o call.o message.o stbrksz.o \
- stsndrec.o stsetjmp.o ptrace.o
-
- ***************
- *** 45,54 ****
- --- 44,72 ----
- # relevant additions from 1.4 postings by ast
- O14 = lock.o memccpy.o memchr.o memcmp.o memset.o rename.o \
- strcspn.o strerror.o strpbrk.o strspn.o strstr.o strtok.o
- +
- # relevant additions from minixST 1.2 updates from frans
- O12 = ttyname.o swab.o lsearch.o lrand.o getlogin.o getcwd.o ffs.o \
- execlp.o cuserid.o ctermid.o bsearch.o brk2.o mkfifo.o
-
- + # relevant additions from Andrew J Michael, thanks andy
- + O7 = cfree.o gethostname.o getppid.o insque.o putenv.o sethostname.o \
- + tempnam.o tmpnam.o
- +
- + # C. E. Chew's stdio
- + STDIOBJ= _allocbu.o _filbuf.o _file.o _flsbuf.o \
- + _fopen.o _slot.o atexit.o fclose.o \
- + fdopen.o fflush.o fgetc.o fgets.o \
- + fopen.o fprintf.o fputc.o fputs.o \
- + fread.o freopen.o fseek.o \
- + ftell.o fwrite.o gets.o getw.o \
- + printf.o puts.o putw.o rewind.o \
- + scanf.o setbuf.o setvbuf.o sprintf.o \
- + stdio.o ungetc.o vfprintf.o \
- + vfscanf.o vprintf.o vscanf.o vsprintf.o \
- + vsscanf.o _eprintf.o \
- + exit.o _exit.o
- +
- GNUSUPPORT = \
- fixnum.o \
- _addsf3.o _negsf2.o _subsf3.o _cmpsf2.o _mulsf3.o _divsf3.o \
- ***************
- *** 59,65 ****
- GNUSTUFF = $(GNUSUPPORT) \
- lmemset.o lmemcmp.o lmemchr.o lmemccpy.o
-
- ! ALL = head.o crtso.o libc.a libiio.a
-
- all: install
-
- --- 77,83 ----
- GNUSTUFF = $(GNUSUPPORT) \
- lmemset.o lmemcmp.o lmemchr.o lmemccpy.o
-
- ! ALL = head.o crtso.o libc.a libiio.a _fakfls.o
-
- all: install
-
- ***************
- *** 73,88 ****
- rm -f $(O4)
- rm -f $(O5)
- rm -f $(O6)
- rm -f $(GNUSTUFF) fixnumMade sflonumMade dflonumMade
- rm -f $(SFILES)
- rm -f $(O14)
- ! rm -f $(O12) ivfprintf.o iscanf.o
-
- ! libc.a: $(O1) $(O2) $(O3) $(O4) $(O5) $(O6) $(GNUSTUFF) $(O14) $(O12)
- rm -f $@
- $(AR) sr $@ $(O1) $(O2) $(O3)
- ! $(AR) sr $@ $(O4) $(O5) $(O6) $(O14) $(O12)
- ! $(AR) sr $@ $(GNUSTUFF)
-
- crtso.o: stcrtso.s
- $(AS) $?
- --- 91,108 ----
- rm -f $(O4)
- rm -f $(O5)
- rm -f $(O6)
- + rm -f $(O7)
- rm -f $(GNUSTUFF) fixnumMade sflonumMade dflonumMade
- rm -f $(SFILES)
- rm -f $(O14)
- ! rm -f $(O12) ivfprintf.o iscanf.o _falfls.o
- ! rm -f $(STDIOBJ)
-
- ! libc.a: $(O1) $(O2) $(O3) $(O4) $(O5) $(O6) $(GNUSTUFF) $(O14) $(O12) $(O7) $(STDIOBJ)
- rm -f $@
- $(AR) sr $@ $(O1) $(O2) $(O3)
- ! $(AR) sr $@ $(O4) $(O5) $(O6) $(O14) $(O12) $(O7)
- ! $(AR) sr $@ $(STDIOBJ) $(GNUSTUFF)
-
- crtso.o: stcrtso.s
- $(AS) $?
- *** /tmp/,RCSt1a25103 Wed Sep 6 03:07:14 1989
- --- Makefile.32 Wed Sep 6 02:57:01 1989
- ***************
- *** 18,47 ****
-
-
- O1 = gtty.o stty.o termcap.o \
- ! ctime.o popen.o puts.o qsort.o system.o \
- access.o atol.o chmod.o \
- ! chown.o cleanup.o crypt.o ctype.o dup.o dup2.o \
- ! exec.o exit.o fgets.o fork.o fprintf.o fputs.o fread.o \
- abort.o abs.o chdir.o chroot.o
-
- ! O2 = freopen.o fclose.o fopen.o fdopen.o creat.o fseek.o fflush.o ftell.o \
- ! fwrite.o getegid.o getenv.o geteuid.o getgid.o getgrent.o getpass.o \
- ! getpwent.o atoi.o close.o gets.o getuid.o ioctl.o isatty.o \
- fstat.o itoa.o kill.o link.o lseek.o mknod.o \
- mktemp.o getpid.o mount.o open.o perror.o pipe.o printk.o
-
- O3 = prints.o rand.o regexp.o index.o regsub.o rindex.o scanf.o \
- ! fgetc.o printdat.o read.o setbuf.o malloc.o bcopy.o bcmp.o bzero.o \
- brk.o setgid.o setuid.o sleep.o alarm.o pause.o signal.o stcatch.o \
- ! sprintf.o fputc.o stat.o stb.o stderr.o stime.o \
- ! strcat.o strcmp.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o \
- ! getw.o putw.o vprintf.o vsprintf.o vfprintf.o
- O4 = sync.o syslib.o time.o times.o umask.o umount.o ungetc.o \
- unlink.o utime.o wait.o write.o call.o message.o stbrksz.o \
- stsndrec.o stsetjmp.o ptrace.o
-
- ! O5 = getopt.o alloca.o atof.o \
- ! ldexp.o frexp.o modf.o norm.o
-
- # relevant additions from 1.4 postings by ast
- O14 = lock.o memccpy.o memchr.o memcmp.o memset.o rename.o \
- --- 18,46 ----
-
-
- O1 = gtty.o stty.o termcap.o \
- ! ctime.o popen.o qsort.o system.o \
- access.o atol.o chmod.o \
- ! chown.o crypt.o ctype.o dup.o dup2.o \
- ! exec.o fork.o \
- abort.o abs.o chdir.o chroot.o
-
- ! O2 = creat.o \
- ! getegid.o getenv.o geteuid.o getgid.o getgrent.o getpass.o \
- ! getpwent.o atoi.o close.o getuid.o ioctl.o isatty.o \
- fstat.o itoa.o kill.o link.o lseek.o mknod.o \
- mktemp.o getpid.o mount.o open.o perror.o pipe.o printk.o
-
- O3 = prints.o rand.o regexp.o index.o regsub.o rindex.o scanf.o \
- ! read.o malloc.o bcopy.o bcmp.o bzero.o \
- brk.o setgid.o setuid.o sleep.o alarm.o pause.o signal.o stcatch.o \
- ! stat.o stb.o stderr.o stime.o \
- ! strcat.o strcmp.o strcpy.o strlen.o strncat.o strncmp.o strncpy.o
- !
- O4 = sync.o syslib.o time.o times.o umask.o umount.o ungetc.o \
- unlink.o utime.o wait.o write.o call.o message.o stbrksz.o \
- stsndrec.o stsetjmp.o ptrace.o
-
- ! O5 = getopt.o alloca.o atof.o ldexp.o frexp.o modf.o norm.o
-
- # relevant additions from 1.4 postings by ast
- O14 = lock.o memccpy.o memchr.o memcmp.o memset.o rename.o \
- ***************
- *** 51,56 ****
- --- 50,73 ----
- O12 = ttyname.o swab.o lsearch.o lrand.o getlogin.o getcwd.o ffs.o \
- execlp.o cuserid.o ctermid.o bsearch.o brk2.o mkfifo.o
-
- + # relevant additions from Andrew J Michael, thanks andy
- + O6 = cfree.o gethostname.o getppid.o insque.o putenv.o sethostname.o \
- + tempnam.o tmpnam.o
- +
- + # C. E. Chew's stdio
- + STDIOBJ= _allocbu.o _filbuf.o _file.o _flsbuf.o \
- + _fopen.o _slot.o atexit.o fclose.o \
- + fdopen.o fflush.o fgetc.o fgets.o \
- + fopen.o fprintf.o fputc.o fputs.o \
- + fread.o freopen.o fseek.o \
- + ftell.o fwrite.o gets.o getw.o \
- + printf.o puts.o putw.o rewind.o \
- + scanf.o setbuf.o setvbuf.o sprintf.o \
- + stdio.o ungetc.o vfprintf.o \
- + vfscanf.o vprintf.o vscanf.o vsprintf.o \
- + vsscanf.o _eprintf.o \
- + exit.o _exit.o
- +
- GNUSUPPORT = \
- fixnum.o \
- _addsf3.o _negsf2.o _subsf3.o _cmpsf2.o _mulsf3.o _divsf3.o \
- ***************
- *** 60,66 ****
-
- GNUSTUFF = $(GNUSUPPORT)
-
- ! ALL = head32.o crtso32.o libc32.a libiio32.a
-
- all: install
-
- --- 77,83 ----
-
- GNUSTUFF = $(GNUSUPPORT)
-
- ! ALL = head32.o crtso32.o libc32.a libiio32.a _fakfls.o
-
- all: install
-
- ***************
- *** 73,88 ****
- rm -f $(O3)
- rm -f $(O4)
- rm -f $(O5)
- rm -f $(GNUSTUFF) sflonumMade dflonumMade
- rm -f $(SFILES)
- rm -f $(O14)
- ! rm -f $(O12) ivfprintf.o iscanf.o
-
- ! libc32.a: $(O1) $(O2) $(O3) $(O4) $(O5) $(GNUSTUFF) $(O14) $(O12)
- rm -f $@
- $(AR) sr $@ $(O1) $(O2) $(O3)
- ! $(AR) sr $@ $(O4) $(O5) $(O14) $(O12)
- ! $(AR) sr $@ $(GNUSTUFF)
-
- crtso32.o: stcrtso.s
- $(AS) $?
- --- 90,107 ----
- rm -f $(O3)
- rm -f $(O4)
- rm -f $(O5)
- + rm -f $(O6)
- rm -f $(GNUSTUFF) sflonumMade dflonumMade
- rm -f $(SFILES)
- rm -f $(O14)
- ! rm -f $(O12) ivfprintf.o iscanf.o _fakfls.o
- ! rm -f $(STDIOBJ)
-
- ! libc32.a: $(O1) $(O2) $(O3) $(O4) $(O5) $(GNUSTUFF) $(O14) $(O12) $(O6) $(STDIOBJ)
- rm -f $@
- $(AR) sr $@ $(O1) $(O2) $(O3)
- ! $(AR) sr $@ $(O4) $(O5) $(O14) $(O12) $(O6)
- ! $(AR) sr $@ $(STDIOBJ) $(GNUSTUFF)
-
- crtso32.o: stcrtso.s
- $(AS) $?
- *** /tmp/,RCSt1a25103 Wed Sep 6 03:07:17 1989
- --- PatchLevel.h Wed Sep 6 02:57:01 1989
- ***************
- *** 1,5 ****
- /*
- ! * PathLevel: 14
- *
- * the Patch Level above is to identify the version
- * of the all the files in this directory. given the above
- --- 1,5 ----
- /*
- ! * PathLevel: 17
- *
- * the Patch Level above is to identify the version
- * of the all the files in this directory. given the above
- *** /tmp/,RCSt1a25103 Wed Sep 6 03:10:08 1989
- --- std.h Wed Sep 6 02:58:03 1989
- ***************
- *** 86,91 ****
- --- 86,92 ----
- int access(CONST char *, int);
- unsigned alarm(unsigned);
- void * alloca(unsigned long);
- + int atexit(void (*)(void));
- double atof(CONST char *);
- int atoi(CONST char *);
- long atol(CONST char *);
- ***************
- *** 103,108 ****
- --- 104,110 ----
- int callm3(int, int, int, CONST char *);
- void * calloc(unsigned, unsigned);
- int callx(int, int);
- + void cfree(void *, unsigned, unsigned);
- int chdir(CONST char *);
- int chmod(CONST char *, int);
- int chown(CONST char *, int, int);
- ***************
- *** 144,153 ****
- --- 146,157 ----
- char * getenv(CONST char *);
- short geteuid(void);
- char getgid(void);
- + int gethostname( char *, int);
- char * getlogin(void);
- int getopt(int, char **, char *);
- char * getpass(CONST char *);
- int getpid(void);
- + int getppid(void);
- char * gets(char *);
- short getuid(void);
- char * getwd(char *);
- ***************
- *** 217,223 ****
- void perror(CONST char *);
- int pipe(int *);
- #ifdef __SRC__
- ! int printf(CONST char *, long);
- #else
- int printf(CONST char *, ...);
- #endif
- --- 221,227 ----
- void perror(CONST char *);
- int pipe(int *);
- #ifdef __SRC__
- ! int printf(CONST char *, int);
- #else
- int printf(CONST char *, ...);
- #endif
- ***************
- *** 233,238 ****
- --- 237,243 ----
- #endif
- long ptrace(int, int, long, long);
- int puts(CONST char *);
- + int putenv(char *);
-
- void qsort(void *, unsigned long, unsigned long,
- int(*)(CONST void *, CONST void *));
- ***************
- *** 245,268 ****
-
- void * sbrk(int);
- #ifdef __SRC__
- ! int scanf(CONST char *, unsigned long);
- #else
- int scanf(CONST char *, ...);
- #endif
- int setgid(int);
- int setgrent(void);
- void setkey(CONST char *);
- int setpwent(void);
- int setuid(int);
- unsigned sleep(unsigned);
- #ifdef __SRC__
- ! char * sprintf(char *, CONST char *, long);
- #else
- char * sprintf(char *, CONST char *, ...);
- #endif
- void srand(long);
- #ifdef __SRC__
- ! int sscanf(CONST char *, CONST char *, unsigned long);
- #else
- int sscanf(CONST char *, CONST char *, ...);
- #endif
- --- 250,274 ----
-
- void * sbrk(int);
- #ifdef __SRC__
- ! int scanf(CONST char *, int);
- #else
- int scanf(CONST char *, ...);
- #endif
- int setgid(int);
- int setgrent(void);
- + int sethostname( char *, int );
- void setkey(CONST char *);
- int setpwent(void);
- int setuid(int);
- unsigned sleep(unsigned);
- #ifdef __SRC__
- ! char * sprintf(char *, CONST char *, int);
- #else
- char * sprintf(char *, CONST char *, ...);
- #endif
- void srand(long);
- #ifdef __SRC__
- ! int sscanf(CONST char *, CONST char *, int);
- #else
- int sscanf(CONST char *, CONST char *, ...);
- #endif
- ***************
- *** 304,309 ****
- --- 310,317 ----
- char * tgetstr(CONST char *, char **);
- char * tgoto(CONST char *, int, int);
- long time(long *);
- + char * tmpname(char *);
- + char * tempnam(char *, char *);
- int tolower(int);
- int toupper(int);
- int tputs(CONST char *, int, int(*)());
-